digraph G {
    margin=0;
    h [style=bold, label="have-concession-91"];
    s [label="survive-01"];
    h2 [label="he"];
    r [label="rescue-01"];
    c [label="cause-01"];
    p [label="prompt"];
    d [label="doctor"];
    
    h->s [label="ARG1"];
    s->h2 [label="ARG0"];
    c->s [label="ARG1"];
    c->r [label="ARG0"];
    r->d [label="ARG0"];
    r->h2 [label=<<FONT COLOR="red">ARG1</FONT>>, color=red];
    r->p [label="manner"];
	
}